/*.pages li {
    list-style-type: none;
    width: 33px;
    height: 19px;
    //border-radius: 19px;
    background-color: #cbe4bf;
    background: url(../../images/index/nav1.png) -4px 0px;
}*/
.pages li{list-style-type: none; width: 10px;height: 10px;background: #4cbcbe;border-radius: 100%;margin-right: 10px;}
.pages li:last-child{
    /*width: 28px;*/
    margin-right: 0px;
}

.pages li:hover {
    /*box-shadow: 0 0 5px 2px #98cc88;*/
    /*background: url(../../images/index/nav1.png) -4px -19px;*/
    background: #fff;
}

.pages li.active {
    /*background: url(../../images/index/nav1.png) -4px -19px;*/
    background: #fff;
    /*background-color: #98cc88;*/

}

.pages {
    position: absolute;
    z-index: 999
}

.pages.horizontal {
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    margin-bottom: 26px;
}

.pages.horizontal li {
    display: inline-block;
    /*margin-right: 18px*/
}

.pages.horizontal li:last-child {
    margin-right: 0
}

.pages.vertical {
    right: 5px;
    top: 50%;
    transform: translateY(-50%)
}

.pages.vertical li {
    margin-bottom: 10px
}

.pages.vertical li:last-child {
    margin-bottom: 0
}
